home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
styles
/
ISimpleStyleClient.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
257b
|
14 lines
package mx.styles
{
public interface ISimpleStyleClient
{
function set styleName(param1:Object) : void;
function styleChanged(param1:String) : void;
function get styleName() : Object;
}
}